From 3254eb1e379c0a95737492bf3350c6a862d371d0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 15 Mar 1993 04:17:09 +0000 Subject: [PATCH] Fix the fix. --- src/dired.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dired.c b/src/dired.c index 35de7515d72..9f38f79a711 100644 --- a/src/dired.c +++ b/src/dired.c @@ -126,6 +126,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ Ffuncall, and cause a GC. */ GCPRO1 (match); dirname = Fexpand_file_name (dirname, Qnil); + UNGCPRO; GCPRO2 (match, dirname); dirfilename = Fdirectory_file_name (dirname); UNGCPRO; -- 2.30.2